home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / fantasy1 / fantasy1menu.swf / scripts / DefineButton2_46 / BUTTONCONDACTION on(release).as
Text File  |  2003-10-20  |  134b  |  9 lines

  1. on(release){
  2.    tellTarget("/sections")
  3.    {
  4.       gotoAndStop("section2");
  5.       play();
  6.    }
  7.    getUrl("about.html", "");
  8. }
  9.